GtkMenuTracker: set action namespace correctly
authorLars Uebernickel <lars.uebernickel@canonical.com>
Tue, 12 Nov 2013 11:08:57 +0000 (12:08 +0100)
committerRyan Lortie <desrt@desrt.ca>
Tue, 12 Nov 2013 20:42:23 +0000 (15:42 -0500)
commit255c3a081e569a8b68a99a50664706a6cf47e71c
tree6a8d60f4b4326aaaffe2b380ac8e3b8f81354821
parent4e8fa558270adc644d3f1c158e176c5516395848
GtkMenuTracker: set action namespace correctly

gtk_menu_tracker_add_items() fetched the action-namespace from the menu
item, but didn't pass it into gtk_menu_tracker_section_new() when its
internal namespace was still NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=712164
gtk/gtkmenutracker.c